colorswatch: Don't pass _GENERIC_FALLBACK to API that doesn't support it
authorTimm Bäder <mail@baedert.org>
Sat, 31 Oct 2015 17:05:03 +0000 (18:05 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Nov 2015 16:13:19 +0000 (17:13 +0100)
gtk/gtkcolorswatch.c

index 05d8734da9acf0f72399fd3775ab744698ab4705..edcc60fe86a4a95ab01fa832ac615bbc3c83db2f 100644 (file)
@@ -213,8 +213,7 @@ swatch_draw (GtkWidget *widget,
 
       icon_info = gtk_icon_theme_lookup_by_gicon_for_scale (theme, gicon, PIXBUF_SIZE,
                                                             scale,
-                                                            GTK_ICON_LOOKUP_GENERIC_FALLBACK
-                                                            | GTK_ICON_LOOKUP_USE_BUILTIN);
+                                                            GTK_ICON_LOOKUP_USE_BUILTIN);
       g_object_unref (gicon);
     }